home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1987 / Oct 87 / Re2-Custom Scroll Bars 10⁄30 < prev    next >
Encoding:
Text File  |  1991-03-06  |  809 b   |  24 lines  |  [TEXT/GEOL]

  1. Item    3697955                         30-Oct-87        13:38
  2.  
  3. From:   BIANCHI1                        Bianchi, Curt
  4.  
  5. To:     D0469                           Argii Design Group, Dev, M Demeyer
  6.  
  7. cc:     MACAPP$                         MacApp Interest List
  8.  
  9. Sub:    Response to Custom Scroll Bars
  10.  
  11. Anh,
  12.  
  13. If I understand Mark's problem correctly, I don't think overridding ScrollBy
  14. will work, because MacApp doesn't use it to scroll via the thumb.  What happens
  15. is that when the user releases the thumb, MacApp assumes the scroll bar value
  16. is correct and calls TFrame.ScrlToSBars, which scrolls the frame according to
  17. the scroll bar values (it doesn't change the scroll bar values).
  18.  
  19. Another possibility for Mark would be to maintain the scroll bar values in
  20. rectangle units rather than pixels.
  21.  
  22. Curt
  23.  
  24.